Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daschr/wulimit
ulimit for Windows.
https://github.com/daschr/wulimit
limiting resources ulimit win32 windows
Last synced: 8 days ago
JSON representation
ulimit for Windows.
- Host: GitHub
- URL: https://github.com/daschr/wulimit
- Owner: daschr
- Created: 2022-07-19T19:25:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T14:30:28.000Z (over 2 years ago)
- Last Synced: 2023-08-24T09:24:05.687Z (over 1 year ago)
- Topics: limiting, resources, ulimit, win32, windows
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wulimit
ulimit for Windows.
See releases for binaries.## Building
* install the mingw32 compiler (x86_64-w64-mingw32-gcc) and make
* `make`## Usage
* `./wulimit.exe -v 1000` - limits the virtual memory of for each process (and future children) of the session to `1GB`
* `./wulimit.exe -v 1000 -V 4000` - limits the virtual memory of for each process (and future children) of the session to `1GB` and the total sum of all processes to `4GB`## Testing
* `./forkbomb.exe` - should not freeze your system when wulimit is used :wink: