[MDEV-13177] MariaDB 10.2.6 eats virtual memory Created: 2017-06-26 Updated: 2020-12-08 Resolved: 2017-10-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 10.2.6 |
| Fix Version/s: | 10.2.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andreas | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | function, memory | ||
| Environment: |
WIndows, 32 und 64 Bit |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Ich habe mehrere MariaDB Instanzen. Auf der 10.1.11 läuft folgende Funktion durch, auf der Version 10.2.6 nicht. Fehlermeldung: SQL Fehler (5) nicht genügend Speicher. Ich rufe eine Prozedur auf, in der folgendes SELECT enthalten ist - eingebettet in einem INPUT Statement, welches ich hier weglasse. Das SELECT alleine läuft bereits nicht durch:
Die aufgerufene Funktion ist wie folgt spezifiziert:
|
| Comments |
| Comment by Vladislav Vaintroub [ 2017-06-26 ] |
|
andi1306, I'd recommend to switch to innodb_buffer_pool_instances=1 for 32bit, due to some weird rounding behavior described in |
| Comment by Elena Stepanova [ 2017-06-26 ] |
|
andi1306, could you please try to re-configure as wlad suggests above and see if the problem goes away? I don't think you planned for the buffer pool size to take 2.9G. |
| Comment by Andreas [ 2017-06-27 ] |
|
Good morning! |
| Comment by Alice Sherepa [ 2017-09-06 ] |
|
Hi Andreas, |
| Comment by Elena Stepanova [ 2017-09-19 ] |
|
andi1306, have you had a chance to upgrade and see if the problem has gone away? |
| Comment by Elena Stepanova [ 2017-10-20 ] |
|
For now we'll consider it fixed in the scope of |