- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using memory analyzer in SAP
There are lots of free and proprietary tools to do the same. You can use Memory Analyzer project done by SAP. It lets you find memory leaks against in-memory objects via simple SQL statements.
Also, you can use JHAT (Java Heap Analysis tool) command line tool to examine the memory. It lets you examine heap memory via histogram and can be of good help.
Also, you can go for HeapWalker from Netbeans or Visual VM.
Also, Eclipse has Eclipse memory analyzer which is a freeware and can handle good size with dump and provides a fair deal of memory analysis.
- Related Articles
- In-memory read in SAP HANA
- Getting memory error while doing UNION in SAP HANA
- How to avoid memory leakage in SAP B1 DI API
- Checking monthly main memory utilization peak values in SAP HANA
- How to use EXPORT / IMPORT to Memory ABAP – SAP?
- Increasing memory of traditional database as compared to SAP HANA
- What is the implementation of a Lexical Analyzer?
- What is the role of the lexical analyzer in compiler design?
- Using SAP Gateway service in SAP Web project
- System goes out of memory on establishing connection in a SAP-Delphi integrated project
- Using Rounding formula in SAP
- Using clients in SAP ERP
- Using Breakpoint in SAP system
- Using logarithm in SAP ABAP
- Using aggregated in SAP HANA

Advertisements