Answer :
Since Lea's organization develops a cloud-based storage application. The thing that Lea should have done instead is option C: Create a dump file and share it with the development team so that they can fix the issue
What is a data dump file?
A system application's is one that state at the moment the dump is taken is captured in a dump file. If stored with heap, it contains a snapshot of what was in the application's memory at that time in addition to showing what was executing and what modules were loaded.
A database dump is a file that includes the structure and information of a database. It can be utilized as a backup. Only database administration tools were capable of producing dumps.
Therefore, the way the dump files created and can be useful for Lea are:
- Press the keyboard's Ctrl+Alt+Delete key.
- Choosing Task Manager.
- Go to the Processes tab if you're running Windows 7. In Windows 11, the Processes tab will always be open.
- Right-click the process for which a dump file is required.
- Choose Create Dump File.
Learn more about cloud-based storage application from
https://brainly.com/question/13526923
#SPJ1
See full question below
12. Lea's organization develops a cloud-based storage application. While running the application on the local server, she notices that a process run by the application consumes excess amounts of memory, which in turn leads to new performance issues. She gets the process ID from Task Manager to search for possible solutions online. However, she is not successful. What should Lea have done instead?
a. Troubleshoot the issue and modify the programming code of the application herself
b. Check the Resource Monitor to check the amount of memory used by the process
c. Create a dump file and share it with the development team so that they can fix the issue
d. Share the process ID with a support technician and get the issue sorted