Docker Version | Host Memory | Host CPU | Mem Usage | Notes |
---|---|---|---|---|
17.06.1-ce | 6GB | 4 | 147.6MB | Local Dev box (win 10 x64) |
17.04.0-ce | 8GB | 2 | 270MB | Redhat VM |
17.03.1-ee-3 | 8GB | 8 | 615.5MB | Redhat VM |
17.03.1-ee-3 | 8GB (1 GB limit) | 8 | 607.7MB | Redhat VM |
17.03.1-ee-3 | 8GB (512 MB limit) | 8 | 511.8MB | Redhat VM |
17.03.1-ee-3 | 8GB (256 MB limit) | 8 | Crash after 2039 requests | Redhat VM |
17.03.1-ee-3 | 8GB | 8 (2 CPU limit) | 614.1 MB | Redhat VM |
1.13 | 256GB | 72 | 5 GB | Redhat 7.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Security.Claims; | |
using ServiceStack.Text; | |
namespace ServiceStackAPI | |
{ | |
public static class JsonWebToken |