unfixa1 commented on issue #5152: URL: https://github.com/apache/gravitino/issues/5152#issuecomment-2415639042
This can be fixed by modifying the code in org.apache.gravitino.integration.test.container.BaseContainer : this.container = new GenericContainer<>(requireNonNull(image, "image is null")) .withCreateContainerCmdModifier( cmd -> cmd.getHostConfig() .withSysctls( Collections.singletonMap("net.ipv4.ip_local_port_range", "20000 40000")) .withUlimits(new Ulimit[] {new Ulimit("nproc", 120000L, 120000L)})); In addition, you should use [Servbay](servbay.com) to check your development environment, which is more useful than Docker on Mac. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org