-
Notifications
You must be signed in to change notification settings - Fork 170
Description
uniffle version: 0.6.0, I deploy on k8s,but the shuffle server memory not release ,even my spark application is stop it does not release too
my server config is below:
rss.rpc.server.port 19999
rss.jetty.http.port 19998
rss.rpc.executor.size 2000
rss.storage.type MEMORY_LOCALFILE_HDFS
rss.coordinator.quorum 10.100.41.162:19999
rss.server.disk.capacity 50g
rss.storage.basePath /home/data
rss.server.flush.thread.alive 1
rss.server.flush.threadPool.size 10
rss.server.buffer.capacity 4g
rss.server.read.buffer.capacity 2g
rss.server.heartbeat.timeout 60000
rss.server.heartbeat.interval 10000
rss.rpc.message.max.size 1073741824
rss.server.preAllocation.expired 120000
rss.server.commit.timeout 600000
rss.server.app.expired.withoutHeartbeat 120000
rss.server.flush.cold.storage.threshold.size 128m
