Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

aktuelle speicherbelegung der vm

Empfohlene Antworten

Veröffentlicht

hi,

gibt es eine funktion um die speicherbelegung der vm auszulesen?

würde gerne wissen wieviel speicher mein prog im extremfall benötigt.

mfg

trc

Hallo,

dazu brauchst Du einen sog. profiler. Diese gibts

als Plugin für verschiedene IDEs (ich verwende einen für

Eclipse) oder als Stand-alone-programme. Die VM selbst kann

man auch dazu bringen solche Infos auszugeben

(zusammen mit Infos über den GC), google einfach

mal nach Java profiling / java profiler, etc.

Gruß

Stefan

dafuer gibt es glaub ich methoden in der runtimeklasse.

probiers mal hiermit, muesste klappen:

Runtime rt = Runtime.getRuntime();

out.println("freier Speicher"+rt.freeMemory() / 1024);

out.println("verf. Speicher"+rt.totalMemory() / 1024);

gruss

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.