Make sure to choose a relatively small search range for the following reasons:
- Dumping a lot of memory is slow
- Storing many search results in memory can take up multiple GBs and exhaust your RAM
- Most addresses you may want to find are much closer together in memory
If you still need to make a big memory search and the application seems to "freeze up", you can try increasing the RAM
assigned to the process.
More details here.