Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/20623 )
Change subject: IMPALA-12516: Set HDFS limit based on memlock ...................................................................... Patch Set 5: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/20623/5/testdata/cluster/admin File testdata/cluster/admin: http://gerrit.cloudera.org:8080/#/c/20623/5/testdata/cluster/admin@250 PS5, Line 250: let DATANODE_LOCKED_MEM=$(ulimit -l)*1000 > When I run "ulimit -l" on my Ubuntu 20.04.6 box, I get "65536". Here are s Running ulimit -a showed that the locked-in-memory is still being reported in kb on my machine. The limit just got set to 64mb. Thus, the discrepancy is not actually a discrepancy, merely an unexpectedly high value. -- To view, visit http://gerrit.cloudera.org:8080/20623 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I7722ddd0c7fbd9bbd1979503952b7522b808194a Gerrit-Change-Number: 20623 Gerrit-PatchSet: 5 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: David Rorke <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Fri, 03 Nov 2023 17:53:14 +0000 Gerrit-HasComments: Yes
