Bug #13548 | Larger Result Sets Cause Crashes | ||
---|---|---|---|
Submitted: | 27 Sep 2005 23:40 | Modified: | 6 Oct 2005 15:17 |
Reporter: | Chris Kapsalis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.1.12 | OS: | Linux (Fedora Core 3) |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
[27 Sep 2005 23:40]
Chris Kapsalis
[6 Oct 2005 15:17]
Alfredo Kojima
The problems you experience probably come from making queries too large to fit in the available memory. Try using the LIMIT clause on your queries to work on a smaller number of rows per time. A limit for the max amount of memory used by a resultset has also been added (1/2 of the physical RAM available), so queries will not grow indefinitely.