An open API service indexing awesome lists of open source software.

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

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
```