mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[config] Increase X2T_MEMORY_LIMIT limit for develop environment
This commit is contained in:
@ -68,6 +68,11 @@
|
||||
"presentationThemesDir": "../../sdkjs/slide/themes",
|
||||
"x2tPath": "../FileConverter/bin/x2t",
|
||||
"docbuilderPath": "../FileConverter/bin/docbuilder",
|
||||
"spawnOptions": {
|
||||
"env": {
|
||||
"X2T_MEMORY_LIMIT": "16GB"
|
||||
}
|
||||
},
|
||||
"inputLimits": [
|
||||
{
|
||||
"type": "docx;dotx;docm;dotm",
|
||||
|
||||
@ -74,6 +74,11 @@
|
||||
"presentationThemesDir": "../../sdkjs/slide/themes",
|
||||
"x2tPath": "../FileConverter/bin/x2t",
|
||||
"docbuilderPath": "../FileConverter/Bin/docbuilder",
|
||||
"spawnOptions": {
|
||||
"env": {
|
||||
"X2T_MEMORY_LIMIT": "16GB"
|
||||
}
|
||||
},
|
||||
"errorfiles": "error",
|
||||
"inputLimits": [
|
||||
{
|
||||
|
||||
@ -74,6 +74,11 @@
|
||||
"presentationThemesDir": "../../sdkjs/slide/themes",
|
||||
"x2tPath": "../FileConverter/Bin/x2t.exe",
|
||||
"docbuilderPath": "../FileConverter/Bin/docbuilder.exe",
|
||||
"spawnOptions": {
|
||||
"env": {
|
||||
"X2T_MEMORY_LIMIT": "16GB"
|
||||
}
|
||||
},
|
||||
"errorfiles": "error",
|
||||
"inputLimits": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user