blob: db187b2c1ba36b4c53d76fa87a5a7de52dd8ba23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Test Environment
================
To execute performance tests, there are three identical testbeds, each testbed
consists of two DUTs and one TG.
Server HW Configuration
-----------------------
See `Performance HW Configuration <../vpp_performance_tests/test_environment.html>`_
Additionally, configuration for the Honeycomb client:
**Honeycomb Startup Command**
Use the server mode JIT compiler, increase the default memory size,
metaspace size, and enable NUMA optimizations for the JVM.
::
$ java -server -Xms128m -Xmx512m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -XX:+UseNUMA -XX:+UseParallelGC
|