32-bit memory limit too large for ARM
Bug #1188424 reported by
dann frazier
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql (Juju Charms Collection) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The mysql charm checks to see if it is running on a 32-bit system and, if so, makes sure not to try and allocate a buffer pool greater than 4G. However, on 32-bit ARM w/ LPAE, 4G is too large. I experimentally determined that the limit is between 2700M and 2800M.
Related branches
lp://staging/~dannf/charms/precise/mysql/lp1188424
- Mark Mims (community): Approve
-
Diff: 24 lines (+6/-1)1 file modifiedhooks/config-changed (+6/-1)
Changed in mysql (Juju Charms Collection): | |
status: | New → Fix Committed |
Changed in mysql (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.