Searched refs:lastRss (Results 1 – 1 of 1) sorted by relevance
681 long[] lastRss = lastCompactionStats.getRssAfterCompaction(); in handleMessage() local682 long absDelta = Math.abs(rssBefore[1] - lastRss[1]) in handleMessage()683 + Math.abs(rssBefore[2] - lastRss[2]) in handleMessage()684 + Math.abs(rssBefore[3] - lastRss[3]); in handleMessage()