Skip to content

Commit

Permalink
system-test: increase direct memory
Browse files Browse the repository at this point in the history
Motivation:
Commit ff85783 increased the direct memory for the default config file
as required for NFS, but a similar change is necessary for system-test.

Modification:
Remove the small default direct memory value for system-test.

Result:
NFS on system-test works again.

Target: master, 9.2, 9.1
Requires-notes: yes
Requires-book: no
Acked-by: Tigran Mkrtchyan
  • Loading branch information
lemora committed Dec 19, 2023
1 parent bcacea8 commit d12f0e2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -3,7 +3,6 @@ system-test.home=${dcache.home}
dcache.broker.scheme=none
dcache.pid.dir=/tmp
dcache.java.memory.heap=1024m
dcache.java.memory.direct=256m
dcache.enable.space-reservation=true
dcache.net.listen=127.0.0.1
pool.mover.http.port.min = 20000
Expand Down

0 comments on commit d12f0e2

Please sign in to comment.