6 lines
143 B
Bash
6 lines
143 B
Bash
#!/bin/bash
|
|
export MAX_MEM=1536 # in Meg
|
|
export MAX_PERM_SIZE=192m
|
|
export EDEX_DEBUG_PORT=5010
|
|
export EDEX_JMX_PORT=1621
|
|
export MGMT_PORT=9606
|