Unknown opened 4 years ago
|
|
Have you set maximum HEAP size? You can set queue size using max-queue-size, for example:
|
|
|
|
also I have found additional warning: "init.properties does NOT EXISTS" - should I create file by my self??? =============================================== C:\inetpub\tigase>tigase wrapper | --> Wrapper Started as Console wrapper | Java Service Wrapper Community Edition 32-bit 3.5.26 wrapper | Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved. wrapper | http://wrapper.tanukisoftware.com wrapper | wrapper | Launching a JVM... jvm 1 | WrapperManager: Initializing... jvm 1 | componentInfo{Title=Tigase XML Tools, Version=4.1.0-b287/028d0a0a, Class=tigase.xml.XMLUtils} jvm 1 | componentInfo{Title=Tigase Utils, Version=4.1.0-b437/a3e8f636, Class=tigase.util.ClassUtil} jvm 1 | componentInfo{Title=Tigase XMPP Server, Version=8.1.0-b5641/99fb6fd4, Class=tigase.server.XMPPServer} jvm 1 | componentInfo{Title=Tigase XMPP Server Distribution, Version=8.1.1-b10861/c891273a, Class=tigase.dist.XmppServerDist} jvm 1 | [2020-12-21 21:15:27:206] [CONFIG ] [ WrapperSimpleAppMain ] ConfiguratorAbstract.parseArgs() : Setting defaults: --property-file = etc/init.properties jvm 1 | [2020-12-21 21:15:27:222] [FINEST ] [ WrapperSimpleAppMain ] OldConfigHolder.detectPathAndFormat(): Provided property file C:\inetpub\tigase\etc\init.properties does NOT EXISTS! Trying to use default one etc/init.properties jvm 1 | [2020-12-21 21:15:27:238] [CONFIG ] [ WrapperSimpleAppMain ] ConfigHolder.loadFromDSLFiles() : Loading configuration from file: etc\config.tdsl jvm 1 | [2020-12-21 21:15:27:300] [CONFIG ] [ WrapperSimpleAppMain ] ConfigHolder.loadConfiguration() : Loaded configuration: |
|
No, this one is an "effective" configuration. You should add this configuration to
No, this is the old configuration file that could be converted to the new format. |
|
thanks! |
good evening! how to change max-queue-size?
I start server, in 2-3 seconds i receive the next alert:
i have found max-queue-size property inside the file tigase\etc\config-dump.properties and have changed it 5000 but it didn`t help.
Details:
Thanks