diff --git a/edml/config/battery/resnet110_cifar100_cost.yaml b/edml/config/battery/resnet110_cifar100_cost.yaml
index d1bcdb98d5d0d98d49eedff71d3cf12b9e1bf9d9..424c8d81b8db9ee8898edb91911d5d9b1f6c26cb 100644
--- a/edml/config/battery/resnet110_cifar100_cost.yaml
+++ b/edml/config/battery/resnet110_cifar100_cost.yaml
@@ -1,4 +1,4 @@
-deduction_per_second: 0.005
-deduction_per_mflop: 0.00000005
-deduction_per_mbyte_received: 0.0002
-deduction_per_mbyte_sent: 0.0002
+deduction_per_second: 0.007
+deduction_per_mflop: 0.00000001
+deduction_per_mbyte_received: 0.00005
+deduction_per_mbyte_sent: 0.00005
diff --git a/edml/config/topology/resnet110_cifar100_batteries.yaml b/edml/config/topology/resnet110_cifar100_batteries.yaml
index 3a81e0087447bd83066bf31840321d1cc2b4413d..61838e0fb17a5e720154b4acb0b10496decf48c9 100644
--- a/edml/config/topology/resnet110_cifar100_batteries.yaml
+++ b/edml/config/topology/resnet110_cifar100_batteries.yaml
@@ -2,26 +2,26 @@ devices: [
   {
     device_id: "d0",
     address: "localhost:50051",
-    battery_capacity: 750,
+    battery_capacity: 300,
   },
   {
     device_id: "d1",
     address: "localhost:50052",
-    battery_capacity: 750
+    battery_capacity: 300
   },
   {
     device_id: "d2",
     address: "localhost:50053",
-    battery_capacity: 600
+    battery_capacity: 300
   },
   {
     device_id: "d3",
     address: "localhost:50054",
-    battery_capacity: 600
+    battery_capacity: 300
   },
   {
     device_id: "d4",
     address: "localhost:50055",
-    battery_capacity: 600
+    battery_capacity: 300
   }
 ]