简体   繁体   English

如何增加嵌入式LDAP服务器的内存?

[英]How to increase the memory of an embedded LDAP server?

I'm using an embedded LDAP server provided by UnboundID to speed up my unit tests. 我正在使用UnboundID提供的嵌入式LDAP服务器来加快单元测试的速度。 However, the tests occasionally get hung up because the server runs out of memory. 但是,由于服务器内存不足,测试有时会挂断。 Is there a way to increase the memory of the embedded LDAP server? 有没有办法增加嵌入式LDAP服务器的内存?

The embedded server uses the memory available in your JVM. 嵌入式服务器使用JVM中可用的内存。 You might want to consider giving more memory to your IDE or testsuite process. 您可能要考虑为您的IDE或测试套件进程提供更多的内存。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM