10 lines
256 B
Bash
10 lines
256 B
Bash
#!/bin/bash
|
|
export MAX_MEM=2560
|
|
export MAX_PERM_SIZE=192m
|
|
export EDEX_DEBUG_PORT=5012
|
|
export EDEX_JMX_PORT=1620
|
|
export MGMT_PORT=9605
|
|
export HTTP_PORT=9588
|
|
export METADATA_POOL_MAX=20
|
|
export METADATA_POOL_TIMEOUT=60
|
|
export SOFT_REF_LRU_POLICY_MS_PER_MB=50
|