6 lines
146 B
Bash
6 lines
146 B
Bash
#!/bin/bash
|
|
export INIT_MEM=512 # in Meg
|
|
export MAX_MEM=4096 # in Meg
|
|
export EDEX_DEBUG_PORT=5006
|
|
export EDEX_JMX_PORT=1617
|
|
export MGMT_PORT=9602
|