[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolwsd.xml.in

Jan Holesovsky kendy at collabora.com
Thu Oct 5 10:05:50 UTC 2017


 loolwsd.xml.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 61ed4487bff6b4a2b202d00777b45389b0909b63
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Oct 5 11:59:06 2017 +0200

    Set these rlimits to unlimited by default.
    
    Change-Id: Id7e9f8db5422dc59b88cacf63a25e72b57826a57
    Reviewed-on: https://gerrit.libreoffice.org/43164
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 940c8567..b2656f11 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -22,8 +22,8 @@
         <limit_virt_mem_kb desc="The maximum virtual memory allowed to each document process. 0 for unlimited, 1700 min." type="uint">0</limit_virt_mem_kb>
         <limit_data_mem_kb desc="The maximum memory data segment allowed to each document process. 0 for unlimited." type="uint">0</limit_data_mem_kb>
         <limit_stack_mem_kb desc="The maximum stack size allowed to each document process. 0 for unlimited." type="uint">8000</limit_stack_mem_kb>
-        <limit_file_size_mb desc="The maximum file size allowed to each documen process to write. 0 for unlimited." type="uint">50</limit_file_size_mb>
-        <limit_num_open_files desc="The maximum number of files allowed to each documen process to open. 0 for unlimited." type="uint">1024</limit_num_open_files>
+        <limit_file_size_mb desc="The maximum file size allowed to each documen process to write. 0 for unlimited." type="uint">0</limit_file_size_mb>
+        <limit_num_open_files desc="The maximum number of files allowed to each documen process to open. 0 for unlimited." type="uint">0</limit_num_open_files>
     </per_document>
 
     <per_view desc="View-specific settings.">


More information about the Libreoffice-commits mailing list