Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
c9d81232
Commit
c9d81232
authored
Jul 29, 2009
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UPSTREAM] Given default memory limit is now 128M, raise upgrade limit to 256M.
parent
4e0e7bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/lib/db/upgrade.php
htdocs/lib/db/upgrade.php
+1
-1
No files found.
htdocs/lib/db/upgrade.php
View file @
c9d81232
...
...
@@ -28,7 +28,7 @@ defined('INTERNAL') || die();
function
xmldb_core_upgrade
(
$oldversion
=
0
)
{
ini_set
(
'max_execution_time'
,
120
);
// Let's be safe
raise_memory_limit
(
'6
4
M'
);
raise_memory_limit
(
'
25
6M'
);
$INNODB
=
(
is_mysql
())
?
' TYPE=innodb'
:
''
;
$status
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment