https://github.com/serceman/jetty10-memory-test
for https://github.com/eclipse/jetty.project/issues/6696
https://github.com/serceman/jetty10-memory-test
Last synced: about 1 month ago
JSON representation
for https://github.com/eclipse/jetty.project/issues/6696
- Host: GitHub
- URL: https://github.com/serceman/jetty10-memory-test
- Owner: SerCeMan
- Created: 2021-09-05T01:54:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T03:10:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T19:14:14.790Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetty 9/10 WebSocket memory test
## Running on jetty 9
```bash
# first terminal
./start.sh 9
# second terminal
./gradlew --rerun-tasks :loadtest:test
# completes
```
## Running on jetty 10
```bash
# first terminal
./start.sh 10
# second terminal
./gradlew --rerun-tasks :loadtest:test
# fails with Terminating due to java.lang.OutOfMemoryError: Java heap space
```