/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz12429-memorylimit.patch
ViewVC logotype

Contents of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-bz12429-memorylimit.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Nov 11 03:31:05 2023 UTC (5 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-18_el7_sme, smeserver-webhosting-0_0_9-17_el7_sme, HEAD
* Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme
- add more memory limit options [SME: 12429]

1 diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting smeserver-webhosting-0.0.9/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting
2 --- smeserver-webhosting-0.0.9.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting 2023-11-10 22:10:30.803000000 -0500
3 +++ smeserver-webhosting-0.0.9/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting 2023-11-10 22:25:06.369000000 -0500
4 @@ -152,12 +152,42 @@
5 768MB
6 </trans>
7 </entry>
8 - <entry>
9 + <entry>
10 <base>M1024MB</base>
11 <trans>
12 1024MB
13 </trans>
14 </entry>
15 + <entry>
16 + <base>M2048MB</base>
17 + <trans>
18 + 2048MB
19 + </trans>
20 + </entry>
21 + <entry>
22 + <base>M3072MB</base>
23 + <trans>
24 + 3072MB
25 + </trans>
26 + </entry>
27 + <entry>
28 + <base>M4096MB</base>
29 + <trans>
30 + 4096MB
31 + </trans>
32 + </entry>
33 + <entry>
34 + <base>M6144MB</base>
35 + <trans>
36 + 6144MB
37 + </trans>
38 + </entry>
39 + <entry>
40 + <base>M8192MB</base>
41 + <trans>
42 + 80192MB
43 + </trans>
44 + </entry>
45 <entry>
46 <base>T001m</base>
47 <trans>
48 diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm
49 --- smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2023-11-10 22:10:30.847000000 -0500
50 +++ smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2023-11-10 22:19:16.358000000 -0500
51 @@ -75,7 +75,7 @@
52 '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', '0' => 'UNLIMITED');
53 our %optionsproperties =(
54 MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB',
55 - '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'},
56 + '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB' ,'2048M' => 'M2048MB','3072M' => 'M3072MB','4096M' => 'M4096MB','61444M' => 'M6144MB','8192M' => 'M8192MB'},
57 MaxExecutionTime => {%timehash},
58 MaxInputTime => {%timehash},
59 AllowUrlFopen => {%binary},
60 diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm
61 --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2023-11-10 22:10:30.848000000 -0500
62 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2023-11-10 22:19:51.336000000 -0500
63 @@ -69,7 +69,7 @@
64
65 our %optionsproperties =(
66 MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB',
67 - '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'},
68 + '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB' ,'2048M' => 'M2048MB','3072M' => 'M3072MB','4096M' => 'M4096MB','61444M' => 'M6144MB','8192M' => 'M8192MB'},
69 MaxExecutionTime => {%timehash},
70 MaxInputTime => {%timehash},
71 AllowUrlFopen => {%binary},
72 diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex
73 --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex 2023-11-10 22:10:30.849000000 -0500
74 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex 2023-11-10 22:21:34.381000000 -0500
75 @@ -24,6 +24,11 @@
76 'M0512MB' => '512MB',
77 'M0768MB' => '768MB',
78 'M1024MB' => '1024MB',
79 +'M2048MB' => '2048MB',
80 +'M3072MB' => '3072MB',
81 +'M4096MB' => '4096MB',
82 +'M6144MB' => '6144MB',
83 +'M8192MB' => '8192MB',
84 'T001m' => '1 minute',
85 'T002m' => '2 minutes',
86 'T003m' => '3 minutes',

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed