Tks for the information.
Have a nice day,
Tks for the information.
Have a nice day,
Tks, I will try it.
And it
"templatingEngines": {
"numberOfWorkers": 4,
"strategy": "http-server",
"timeout": 30000
},
WHat is the recomendation?
Ok, what is the recomendation?
I see chrome-pool as a good strategy.
Here i See exactly 80 chrome process running.
How to configure jsreport to close the not use chrome process, because after the report generation, the chrome is not closing.
Config:
{
"httpPort": 5488,
"store": {
"provider": "fs"
},
"blobStorage": {
"provider": "fs"
},
"logger": {
"console": {
"transport": "console",
"level": "debug"
},
"file": {
"transport": "file",
"level": "info",
"filename": "logs/reporter.log"
},
"error": {
"transport": "file",
"level": "error",
"filename": "logs/error.log"
}
},
"profiler": {
"maxProfilesHistory": 100
},
"allowLocalFilesAccess": true,
"trustUserCode": true,
"reportTimeout": 300000,
"workers": {
"numberOfWorkers": 4
},
"templatingEngines": {
"numberOfWorkers": 4,
"strategy": "http-server",
"timeout": 30000
},
"chrome": {
"numberOfWorkers": 4,
"strategy": "chrome-pool",
"timeout": 30000,
"launchOptions": {
"args": ["--no-sandbox"]
}
},
"extensions": {
"authentication": {
"cookieSession": {
"secret": "NKG8FSUozjlLD1e2"
},
"admin": {
"username": "admin",
"password": "Admin@2023"
},
"enabled": true
},
"sample-template": {
"createSamples": false
},
"scripts": {
"strategy": "http-server",
"timeout": 30000
},
"assets": {
"searchOnDiskIfNotFoundInStore": false,
"publicAccessEnabled": true,
"allowedFiles": "/."
},
"chrome-pdf": {
"timeout": 30000
}
}
}
What can i do?
It's fullfill the hard disk and break the System.
It is missing a configuration?