integration/TestUpdateMemory: fix false failure
This fixes the following test failure:
> --- FAIL: TestUpdateMemory (0.53s)
> assertions.go:226:
> Error Trace: update_linux_test.go:52
> Error: Not equal:
> expected: int(524288000)
> received: int64(524288000)
Fixes: 0f9da07b569f0d9
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>