Skip to content

Instantly share code, notes, and snippets.

View svantreeck's full-sized avatar

Steve van Treeck svantreeck

  • Mastery Logistics Systems
  • Colorado
View GitHub Profile
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
@svantreeck
svantreeck / JsonWebToken.cs
Created April 16, 2015 13:41
ServiceStack JWT Token validation for Auth0
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