Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Nikem
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
How (not) to create a permgen leak
(plumbr.eu)
1 points
by
Nikem
13y ago
|
0 comments
2.
▲
Why we dropped Eclipse in favour of IntelliJ
(plumbr.eu)
2 points
by
Nikem
13y ago
|
1 comments
3.
▲
Automating complex build process - our experience
(plumbr.eu)
2 points
by
Nikem
13y ago
|
0 comments
4.
▲
by
Nikem
13y ago
As the main hero of that story, I can assure you that we are working on VPN setup right now. I guess this is not in top-10 checklist for a startup.
5.
▲
by
Nikem
14y ago
You haven't to have a deep understanding of the JVM's implementations to do non-trivial or even very complex applications in Java. You need that knowledge to solve problems. And that is one of the problems of high-level languages: you can s
6.
▲
Solving OutOfMemoryErrors - APM tools as a solution?
(plumbr.eu)
1 points
by
Nikem
14y ago
|
0 comments
7.
▲
by
Nikem
15y ago
You cannot run it in production at all. No product owner will tolerate such overhead. And if you cannot run it in production long enough, then how and when will you find your memory leak?
8.
▲
by
Nikem
15y ago
Profiler will not show you any memory roots. No one profiler. Memory dump analyzer will.
9.
▲
by
Nikem
15y ago
Profilers will not show you any back references. Memory dump analyzers will do. The point of that blog post was to show that profiler alone will not help you. You need that memory dump and back references and dominators etc.