MemoryFiller 1.0.1
dotnet add package MemoryFiller --version 1.0.1
NuGet\Install-Package MemoryFiller -Version 1.0.1
<PackageReference Include="MemoryFiller" Version="1.0.1" />
<PackageVersion Include="MemoryFiller" Version="1.0.1" />
<PackageReference Include="MemoryFiller" />
paket add MemoryFiller --version 1.0.1
#r "nuget: MemoryFiller, 1.0.1"
#:package MemoryFiller@1.0.1
#addin nuget:?package=MemoryFiller&version=1.0.1
#tool nuget:?package=MemoryFiller&version=1.0.1
NuGet Package - MemoryFiller
Overview
The MemoryFiller is a simple yet powerful package that allows for programmatically consuming system memory up to a specified limit. This can be particularly useful for stress-testing or memory leak simulation scenarios.
Installation
To install the MemoryFiller package, use the following command in the Package Manager Console:
Install-Package MemoryFiller
Usage
MemoryFiller
The MemoryFiller class is the primary class of the MemoryFiller package. It exposes a single method ButtonClick1.
ButtonClick1
public void ButtonClick1()
The ButtonClick1 method allows the application to consume memory up to the limit specified in textbox field.
Example
MemoryFiller.MemoryFiller k = new MemoryFiller.MemoryFiller();
Controls.Add(k);
Warnings
Be cautious while using this package as it consumes system memory and can lead to an OutOfMemoryException if used irresponsibly. Ensure you have a proper understanding of your system's memory capacity and availability.
Support and Contributions
For issues, questions, or contributions, please contact the package maintainer or open an issue on the GitHub repository.
License
The MemoryFiller NuGet package is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 280 | 5/25/2023 |