diff --git a/edml/config/battery/resnet110_cifar100_cost.yaml b/edml/config/battery/resnet110_cifar100_cost.yaml
index 4e7f11bd130182c5a7e5c39364d299c9b23fb31e..d1bcdb98d5d0d98d49eedff71d3cf12b9e1bf9d9 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.02
+deduction_per_second: 0.005
 deduction_per_mflop: 0.00000005
 deduction_per_mbyte_received: 0.0002
 deduction_per_mbyte_sent: 0.0002
diff --git a/edml/config/topology/resnet110_cifar100_batteries.yaml b/edml/config/topology/resnet110_cifar100_batteries.yaml
index b05e705bb3bda4d62bcf40b682eeef77573a1d26..3a81e0087447bd83066bf31840321d1cc2b4413d 100644
--- a/edml/config/topology/resnet110_cifar100_batteries.yaml
+++ b/edml/config/topology/resnet110_cifar100_batteries.yaml
@@ -2,27 +2,26 @@ devices: [
   {
     device_id: "d0",
     address: "localhost:50051",
-    battery_capacity: 400,
-
+    battery_capacity: 750,
   },
   {
     device_id: "d1",
     address: "localhost:50052",
-    battery_capacity: 400
+    battery_capacity: 750
   },
   {
     device_id: "d2",
     address: "localhost:50053",
-    battery_capacity: 300
+    battery_capacity: 600
   },
   {
     device_id: "d3",
     address: "localhost:50054",
-    battery_capacity: 200
+    battery_capacity: 600
   },
   {
     device_id: "d4",
     address: "localhost:50055",
-    battery_capacity: 200
+    battery_capacity: 600
   }
 ]