MemoryFiller 1.0.1

dotnet add package MemoryFiller --version 1.0.1
                    
NuGet\Install-Package MemoryFiller -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MemoryFiller" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MemoryFiller" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="MemoryFiller" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MemoryFiller --version 1.0.1
                    
#r "nuget: MemoryFiller, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MemoryFiller@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MemoryFiller&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=MemoryFiller&version=1.0.1
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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